RDP error: This computer can’t connect to the remote computer 您所在的位置:网站首页 RDP error This computer can’t connect to the remote computer RDP error: This computer can’t connect to the remote computer

RDP error: This computer can’t connect to the remote computer

2024-06-02 20:37| 来源: 网络整理| 查看: 265

http://theitbros.com/this-computer-cant-connect-to-the-remote-computer/

 

RDP error: This computer can’t connect to the remote computer_rdp

This computer can’t connect to the remote computer

First of all, check that the remote computer is accessible over the network and the Remote Desktop port (TCP 3389) is responding. You can check port availability using:

Telnet client:

telnet rdp_server_name1 3389

PowerShell 4.0 and higher:

Test-NetConnection rdp_server_name1 -Port 3389 -InformationLevel Quiet

RDP error: This computer can’t connect to the remote computer_rdp_02

PowerShell all versions:

New-Object System.Net.Sockets.TcpClient).Connect(‘rdp_server_name1’, 3389)

If port 3389 is unavailable, you should check that Remote Connections is enabled on the remote server (Right click on Start button-> System -> Remote settings -> Allow remote connections to this computer).

RDP error: This computer can’t connect to the remote computer_rdp_03

If Remote Desktop is enabled, next you should to check setting, which determines the maximum number of simultaneously connection to a Remote Desktop. Open tsadmin.msc snap-in (Administrative tools -> Remote Desktop Services -> Remote desktop Session Host Configuration). Click on RDP-TCP properties and check the value of Maximum connections property in Network Adapter tab.

RDP error: This computer can’t connect to the remote computer_rdp_04

Another possible cause of the RDP error may be a high level of security, which is not supported by older versions of the RDP client.

In this case on RDP-Tcp Properties dialog box open General tab and change Security layer from default Negotiate to less secure RDP Security Layer.

RDP error: This computer can’t connect to the remote computer_rdp_05

Tip. Snap-in tsadmin.msc and RDP-Tcp Properties dialog box are missing in Windows Server 2012/2012 R2. But you can configure Remote Desktop setting using local group policy editor (gpedit.msc). The necessary policies are located in the following section: Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host.

RDP security level can be specify using policy named Require user of specific security layer for remote (RDP) connections. Enable this policy and in dropdown select RDP Security level.RDP error: This computer can’t connect to the remote computer_rdp_06

Maximum number of RDP connection can be specified in section Connections using policy Limit number of connections. Set unlimited connection by specify 999999 in the option RD Maximum Connections allowed

RDP error: This computer can’t connect to the remote computer_rdp_07

Go back to your client PC and try to start new RDP Session. The connection should be established successfully.



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有